%8-8  ʹtext֪ͼıע

>> x=linspace(-3,5,100);
>> y=cos(x);
>> z=sin(x);
>> plot(x,y,x,z)
>> title('һߺһ')
>> xlabel('xȡֵΧ')
>> ylabel('YZֵ')
>>
